home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000217_blitz-list-request_Thu Aug 18 13:44:44 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from gate.ggr.co.uk (gate.ggr.co.uk [193.128.25.10]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id NAA23294 for <blitz-list@helsinki.fi>; Thu, 18 Aug 1994 13:42:06 +0300
  2. Received: from mailhub.ggr.co.uk by gate.ggr.co.uk; Thu, 18 Aug 1994 11:40:37 +0100
  3. Message-Id: <21644.199408181035@mailhub.ggr.co.uk>
  4. Received: from UKSYSA.ggr.co.uk by mailhub.ggr.co.uk; Thu, 18 Aug 1994 11:35:37 +0100
  5. From: Mr M L Funnell <mlf27308@ggr.co.uk>
  6. Date: 17 Aug 94 11:56:00 BST
  7. Subject: BUGS???
  8. To: blitz-list@helsinki.fi
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset="us-ascii"
  11. Content-Transfer-Encoding: 7bit
  12. X-Status: 
  13. Status: O
  14.  
  15.  
  16.  
  17. Hi all,
  18.  
  19.         I was looking at blitz last night and came up with the following
  20. problems.....(note:The last ver of BUM I have is 5-if that makes a
  21. difference)
  22.  
  23.  
  24.         1. I looked at the crunch.obj file and saw some commands such as
  25. PPDecrunch, CRMDecrunch, Implode and Deplode.  But no documentation
  26. anywhere.  The commands are recognised in blitz, but I tried using
  27. PPdecrunch to unpack a PP20 file but had no luck.
  28.  
  29.  
  30.         2. How can I access a checkbox value without using the gadptr
  31. structure. I know I can use eventcode, but I dont wish to update a variable
  32. every time its changed. Is there a way of doing the following.....
  33.  
  34.         var.l=eventcode(gtlist#,id)   ??????
  35.  
  36.  
  37.         3. AGAIN, I found a problem in using statements/functions,
  38. the following works in the main program, but not in a function....
  39.  
  40.         r.l=0
  41.         a.l=20
  42.         getreg d0,a
  43.         putreg d0,r
  44.  
  45.         As you might expect, r returns 20, but in a function it returns 0!!
  46.  
  47.         Also ASLFilerequest$ GURUS inside a statement.
  48.  
  49.  
  50.  
  51.  
  52. Thanx a lot.
  53.  
  54. Matt.
  55.  
  56.